home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_187.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  795 b   |  15 lines

  1. PMT (Payment)
  2. Calculates payments given the interest rate, number of periods, preset value, future value, and type of payment.
  3.  
  4. Format: PMT (rate,nper,pv{, fv}{, type})
  5.  
  6. Arguments:
  7. ΓÇó  rate: Interest rate per period.
  8. ΓÇó  nper: Number of periods.
  9. ΓÇó  pv: Present value of the investment.
  10. ΓÇó  fv: Optional. Future value of the investment or cash value remaining after final payment. If omitted, assumed to be 0.
  11. ΓÇó  type: Optional. Type of payment scheme. (0 or 1; preset to 0, which means payments are due at the end of the period.)
  12.  
  13. Example:
  14. PMT (10%/12,36,10000,0) returns -┬ú322.67 (when using the Currency format; 10/12 is a 10% rate over 12 months).
  15. Shows that a ┬ú12,000 purchase minus a ┬ú2,000 down payment over 36 months at a 10% interest rate requires monthly payments of ┬ú322.67.